Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2025

This PR contains the following updates:

Package Change Age Confidence
propcache ==0.3.1 -> ==0.4.1 age confidence

Release Notes

aio-libs/propcache (propcache)

v0.4.1

Compare Source

=====

(2025-10-08)

Bug fixes

  • Fixed reference leak caused by Py_INCREF because Cython has its own reference counter systems -- by :user:Vizonex.

    Related issues and pull requests on GitHub:
    :issue:162.

Contributor-facing changes

  • Fixes the default value for the os
    parameter in reusable-build-wheel.yml
    to be ubuntu-latest instead of
    ubuntu.

    Related issues and pull requests on GitHub:
    :issue:155.


v0.4.0

Compare Source

=====

(2025-10-04)

Features

  • Optimized propcache by replacing sentinel :py:class:object for checking if
    the :py:class:object is NULL and changed :py:class:dict API for
    Python C-API -- by :user:Vizonex.

    Related issues and pull requests on GitHub:
    :issue:121.

Contributor-facing changes

  • Builds have been added for arm64 Windows
    wheels and the reusable-build-wheel.yml
    workflow has been modified to allow for
    an OS value (windows-11-arm) which
    does not include the -latest postfix
    -- by :user:finnagin.

    Related issues and pull requests on GitHub:
    :issue:133.

  • Added CI for CPython 3.14 -- by :user:kumaraditya303.

    Related issues and pull requests on GitHub:
    :issue:140.


v0.3.2

Compare Source

=====

(2025-06-09)

Improved documentation

  • Fixed incorrect decorator usage in the :func:~propcache.api.under_cached_property example code -- by :user:meanmail.

    Related issues and pull requests on GitHub:
    :issue:109.

Packaging updates and notes for downstreams

  • Updated to use Cython 3.1 universally across the build path -- by :user:lysnikolaou.

    Related issues and pull requests on GitHub:
    :issue:117.

  • Made Cython line tracing opt-in via the with-cython-tracing build config setting -- by :user:bdraco.

    Previously, line tracing was enabled by default in :file:pyproject.toml, which caused build issues for some users and made wheels nearly twice as slow.

    Now line tracing is only enabled when explicitly requested via pip install . --config-setting=with-cython-tracing=true or by setting the PROPCACHE_CYTHON_TRACING environment variable.

    Related issues and pull requests on GitHub:
    :issue:118.



Configuration

📅 Schedule: Branch creation - "after 18:00 and before 22:00" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@Medicopter117 Medicopter117 merged commit 5a5d61a into 2.0.0 Dec 29, 2025
2 checks passed
@Medicopter117 Medicopter117 deleted the renovate/propcache-0.x branch December 29, 2025 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant